home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / gset.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.2 KB  |  75 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : SET_PACKAGE
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : linnig%ti-eg at csnet-relay
  6. -- AUTHOR            : Mike Linnig
  7. --                   : Texas Instruments Ada Technology Branch
  8. --                   : PO Box 801, MS 8007
  9. --                   : McKinney, TX  75069
  10. -- COPYRIGHT         : 
  11. -- DATE CREATED      : 27 June 85
  12. -- DATE RELEASED     : 27 June 85
  13. -- DATE LAST UPDATED : 27 June 85
  14. -- LOCATION          : C2MUG
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : DG MV 10000 with ROLM ADE
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : MATH
  19. -- CATEGORY LEVEL 2  : Library
  20. -- CATEGORY LEVEL 3  : Set Manipulation
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : SET
  23. -- KEYWORD           : SET MANIPULATION
  24. -- INDEX             : Set
  25. -- INDEX             : Set Manipulation
  26. -- INDEX             : Manipulation, Set
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : 
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.MATH>GSET.*
  32. -- DIRECTORY DISPLAY :
  33. -- Directory   PD:<ADA.MATH>
  34. --      File Name     Byte Count  Line Count
  35. --   ---------------  ----------  ----------
  36. --   GSET.ADA               7144         191
  37. --   GSET.PRO               3321          73
  38. --   ===============  ==========  ==========
  39. --     2 Files             10465         264
  40. --= ABSTRACT             ===============================================--
  41. --         Set_Package contains a series of generic routines which can be
  42. -- instantiated  to  create  routines  which  provide  a  series  of  set
  43. -- manipulation  functions  for  sets  of enumeration or numeric objects.
  44. -- The functions in Set_Package include:
  45. -- 
  46. --     set intersection
  47. --     set union
  48. --     set membership
  49. --     set element count
  50. -- 
  51. -- and others
  52. --= REVISION HISTORY     ===============================================--
  53. --
  54. -- DATE         VERSION    AUTHOR                  HISTORY
  55. -- 19850627    1.0    Mike Linnig        Initial Release
  56. --= RELEASE NOTICE       ===============================================--
  57. -- This prologue must be included in all copies of this software.
  58. --
  59. -- This software is released to the Ada community.
  60. -- This software is released to the Public Domain (note:
  61. --   software released to the Public Domain is not subject
  62. --   to copyright protection).
  63. -- Restrictions on use or distribution:  NONE
  64. --= DISCLAIMER           ===============================================--
  65. --     This software and its documentation are provided "AS IS" and
  66. -- without any expressed or implied warranties whatsoever.  No warranties
  67. -- as to performance, merchantability, or fitness for a particular
  68. -- purpose exist.
  69. --     The user is advised to test the software thoroughly before
  70. -- relying on it.  The user must assume the entire risk and liability of
  71. -- using this software.  In no event shall any person or organization of
  72. -- people be held responsible for any direct, indirect, consequential or
  73. -- inconsequential damages or lost profits.
  74. --======================================================================--
  75.